home *** CD-ROM | disk | FTP | other *** search
- Short: V0.3beta yEnc Encoder / Decoder for the Amiga
- Author: ian.chapman@bleach.demon.co.uk (Ian Chapman)
- Uploader: ian.chapman@bleach.demon.co.uk
- Version: 0.3beta
- Type: comm/mail
-
- ----------------------------------------------------------------
- AmiyDec
- ----------------------------------------------------------------
-
- AmiyDec is a utility for decoding yEnc encoded files which are
- now becoming more and more popular, especially on usenet. yEnc
- is similar in principle to UUencode and Base64
-
- Version 0.3beta
- ---------------
-
- ADDED: Now handles multiple single-part encodings in one file.
- ADDED: Now handles multi-part encodings.
- ADDED: You can now pass multiple files to AmiyDec
- CHANGED: Major rework on the code. It is now much less monolithic and much more
- procedural.
- CHANGED: Shares more code with AmiyEnc which means less development work.
- CHANGED: Reformatted the output text, looks neater. :)
- CHANGED: Minor changes to the error messages.
- CHANGED: V0.2 command line parameters are NOT compatible with V0.3beta
- FIXED: If you specified "" (ie current directory) to write the output files
- to, they would get written to the directory above the current working
- directory.
-
- Version 0.2
- -----------
-
- CHANGED: Improved handling of filenames in yEnc encoded files:
- * Trailing spaces are removed, if not contained in (") delimeters.
- * Speech marks (") are removed from speech mark delimited file names.
- * The illegal filename character, colon (:) is converted to a minus (-)
- * The illegal filename character, forward slash (/) is converted to an
- underscore (_)
- * Warnings are generated for the following characters,
- hash (#), question mark (?), left brace ({), right brace (}), pipe (|) and
- semi-colon (;). They are legal in file names but also have other meanings
- in AmigaDOS such as wildcards or comments and can therefore cause problems.
-
- CHANGED: Various cleanups in the code
-
- Version 0.1
- -----------
-
- Initial Release.
-
-
- ----------------------------------------------------------------
- AmiyEnc
- ----------------------------------------------------------------
-
- AmiyEnc is a utility for encoding files using the yEnc encoding
- scheme.
-
- Version 0.3beta
- ---------------
-
- ADDED: Added support for multi-part encoding.
- CHANGED: Major rework on the code. It is now much less monolithic and much more
- procedural
- CHANGED: Shares more code with AmiyDec which means less development work.
- CHANGED: Reformatted the output text, looks neater :)
- CHNAGED: V0.2 command line parameters are NOT compatible with V0.3beta
-
- Version 0.2
- -----------
-
- Initial Release.
-